Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Draw Contexts


QAGetNoticeMethod

You can use the QAGetNoticeMethod function to get the notice method of a draw context.

#define QAGetNoticeMethod(drawContext, method, completionCallBack, refCon) \
   (drawContext)->getNoticeMethod (drawContext, method, completionCallBack, refCon)
drawContext
A draw context.
method
A method selector. See "Notice Method Selectors" (page 1-68) for a description of the available method selectors.
completionCallBack
On exit, a pointer to the current draw context notice method of the specified type.
refCon
On exit, the reference constant of the specified notice method.
DESCRIPTION
The QAGetNoticeMethod function returns, in the completionCallBack parameter, a pointer to the current notice method of the draw context specified by the drawContext parameter that has the type specified by the method parameter. QAGetNoticeMethod also returns, in the refCon parameter, the reference constant associated with that notice method.

SEE ALSO
Use QASetNoticeMethod (next) to set the notice method for a draw context.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help